home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite (the clickOn + 6) to 1
- updateStage()
- set tempcur to integer(field "PhotoCUR_T") - 1
- if tempcur < 1 then
- set tempcur to integer(item integer(field "PhotoGRP_T") of field "PhotoMAX_T")
- end if
- put tempcur into field "PhotoCUR_T"
- go("Disp")
- end
-